home *** CD-ROM | disk | FTP | other *** search
- 
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-
- <title>Preload Images</title>
- <meta http-equiv="msthemecompatible" content="yes">
- <meta name="DHTMLScriptName" content="Preload &Images">
-
- <meta name="DialogResizable" content="true">
-
- <meta name="DialogSize" content="550,265">
-
- <style>
- button { width: 8em }
- table { border: none; border-collapse: collapse }
- </style>
- <script type="text/JavaScript">
- var L_OkFailed_ErrorMessage = "Please enter a URL to preload, or press 'Cancel' to continue.";
- var L_AllImageFiles_Text = "All Image Types";
- </script>
- <script type="text/JavaScript" src="FPLib.js"></script>
- <script type="text/JavaScript" src="Strings.js"></script>
- <script type="text/JavaScript" src="Preload.js"></script>
- <script type="text/JavaScript" src="_Preload.js"></script>
- </head>
- <body onload="initializeForm()">
- <form id="theForm" name="theForm" onsubmit="onOk(); return false;">
- <table width="100%" height="100%">
- <tr height="100%">
- <td width="100%">
- <table width="100%" height="100%">
- <tr>
- <td nowrap>
- <label for="edFileURL" accesskey="i">
-
-
- <u>I</u>mage Source File:
- </label>
- </td>
- <td width="100%" dir="ltr">
- <input tabindex="1" id="edFileURL" style="width: 100%" type="text" name="T1" size="34" onkeyup="SyncControlStates()">
- </td>
- <td>
-
- </td>
- <td>
- <button tabindex="2" accesskey="b" onclick="GetFileURL()">
-
-
- <u>B</u>rowse...
- </button>
- </td>
- </tr>
- <tr>
- <td>
-
- </td>
- <td>
- <table width="100%">
- <tr>
- <td>
- <button id="btnAdd" accesskey="a" tabindex="3" onclick="AddImage( edFileURL.value )">
-
-
- <u>A</u>dd
- </button>
- </td>
- <td>
-
- </td>
- <td>
- <button id="btnRemove" accesskey="r" tabindex="4" onclick="RemoveImage()">
-
-
- <u>R</u>emove
- </button>
- </td>
- <td width="100%">
-
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr height="100%">
- <td>
- <table width="100%" height="100%">
- <tr>
- <td nowrap>
- <label for="selImageList">
-
- <u>P</u>reload Images:
- </label>
- </td>
- </tr>
- <tr>
- <td height="100%">
-
- </td>
- </tr>
- </table>
- </td>
- <td>
- <select accesskey="p" dir="ltr" id="selImageList" name="selImageList" size="2" style="width: 100%; height: 100%" onchange="SelectionChanged()" tabindex="5">
-
- </select>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td>
- <hr>
- </td>
- </tr>
- <tr>
- <td width="100%">
- <table width="100%">
- <tr>
- <td width="100%">
-
- </td>
- <td>
- <table>
- <tr>
- <td>
- <button id="btnOk" tabindex="6" value="OK" type="submit">
-
- OK
- </button>
- </td>
- <td>
-
- </td>
- <td>
- <button id="btnCancel" tabindex="7" value="Cancel" onclick="onCancel()">
-
- Cancel
- </button>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </form>
- </body>
- </html>
-